.index_slideTxtBox {
    background: #F4F4F4;
	min-width:1240px;
}

.index_banner_menu::-moz-scrollbar {
    width: 2px;
    height: 10px;
    background-color: #F5F5F5;
}

.index_banner_menu::-o-scrollbar {
    width: 2px;
    height: 10px;
    background-color: #F5F5F5;
}

.index_banner_menu::-webkit-scrollbar {
    width: 2px;
    height: 10px;
    background-color: #F5F5F5;
}


/*输入框提示的样式*/

.searchXuqiu input::placeholder {
    font-size: 16px;
}


/*第一屏*/

.index_banner {
    position: relative;
    overflow: hidden;
	width: 100%;
    height: 36vw;
}

.index_slideTxtBox .tempWrap {
    width: 100% !important;
    height: 100%;
}

.index_slideTxtBox .hd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}

.index_slideTxtBox .hd ul {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.index_slideTxtBox .hd li {
    cursor: pointer;
    margin: 0 10px 0;
    width: 15px;
    height: 5px;
    background: #ffffff;
    border-radius: 10px;
}

.index_slideTxtBox .hd li:first-child {
    margin-left: 10px;
}

.index_slideTxtBox .hd li.on {
    background: #2193DC
}

.index_slideTxtBox .bd {
    width: 100%;
    height: 100%;
	position:relative
}

.index_slideTxtBox .bd img {
    height: 100% !important;
    width: 100%;
    display: block;
}

.index_banner_button {
    width: 6.25vw;
    height: 2.08333vw;
    font-size: 0.9375vw;
    line-height: 2.08333vw;
    border-radius: 0.52vw;
    text-align: center;
    color: #ffffff;
    background: #2193DC;
    margin: 4.17vw 0 0 0vw;
    cursor: pointer;
}

.index_banner_menuL {
    background: rgba(59, 59, 59, 0.95);
    width: 280px;
    height: 596px;
    overflow: hidden;
    overflow-y: auto;
}

.index_banner_menuL_li {
    height: 59px;
    margin: 25px 20px 0 20px;
    width: 240px;
    border-bottom: 1px solid #696969;
}

.index_banner_menuL_li:last-child {
    border-bottom: none;
}

.index_banner_menuL_li_title {
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    cursor: default;
}

.index_banner_menuL_li_Introduction {
    display: flex;
    justify-content: end;
}

.index_banner_menuL_li_Introduction div {
    cursor: pointer;
    margin-top: 15px;
    display: inline-block;
    color: #aeaeae;
    font-size: 13px;
    line-height: 13px;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #aeaeae;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 48%;
}

.index_banner_menuL_li_Introduction div:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

.index_banner_menuL_li_Introduction.on div {
    max-width: 100%;
}


/*给index_banner_menuL_li_Introduction列表加on来标注下面只有一个div 所以添加最大属性*/

.index_banner_menuL_li.on {
    background: rgba(113, 113, 113, 0.7);
    padding: 25px 20px 0 20px;
    margin: 0;
    height: 59px;
}


/*给index_banner_menuL_li加悬浮属性*/

.index_banner_menuR_L .index_banner_menuR_L_menu_t {
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    margin-bottom: 27px;
}

.index_banner_menuR {
    width: 450px;
    height: 556px;
    padding: 40px 0 0 50px;
    background: rgba(96, 96, 96, 0.95);
    display: flex;
    justify-content: space-between;
    display: none;
}

.index_banner_menuR.on {
    display: flex;
}

.index_banner_menuR .index_banner_menuR_R {
    width: 215px;
}

.index_banner_menuR .index_banner_menuR_R div:hover {
    color: #21F3F6;
}

.index_banner_menuR .index_banner_menuR_R div {
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    margin-bottom: 27px;
}

.index_banner_menuR .index_banner_menuR_R div span {
    color: #feaa1f;
    font-size: 14px;
    margin-left: 12px;
    line-height: 14px;
}


/*菜单类型*/

.index_banner_menuR1,
.index_banner_menuR2,
.index_banner_menuR3 {
    display: none;
}


/*01*/

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_t {
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    margin-bottom: 10px;
}

.index_banner_menuR_L .index_banner_menuR_L_menu .index_banner_menuR_L_menu_t:hover {
    color: #21f3f6;
    cursor: pointer;
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_t:hover,
.index_banner_menuR_L_menu_t:hover {
    color: #21f3f6;
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_i {
    font-size: 12px;
    color: #d6d6d6;
    line-height: 33px;
    margin-left: 17px;
    text-indent: 15px;
    position: relative;
    cursor: pointer;
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_i::after {
    width: 4px;
    height: 4px;
    background: #D6D6D6;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_i.on {
    color: #21F3F6;
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_i.on::after {
    background: #21F3F6;
}

.index_banner_menuR1 .index_banner_menuR_R .index_banner_menuR_L_menu_i {
    font-size: 12px;
    color: #d6d6d6;
    line-height: 33px;
    margin-left: 17px;
    text-indent: 15px;
    position: relative;
    cursor: pointer;
    font-size: 0.625vw;
    line-height: 1.7188vw;
    margin: 0;
    margin-left: 0.8854vw;
    text-indent: 0.78125vw;
}

.index_banner_menuR1 .index_banner_menuR_R .index_banner_menuR_L_menu_i::after {
    width: 4px;
    height: 4px;
    background: #D6D6D6;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: calc(0.8594vw);
    content: "";
}

.index_banner_menuR1 .index_banner_menuR_R .index_banner_menuR_L_menu_i.on {
    color: #21F3F6;
}

.index_banner_menuR1 .index_banner_menuR_R .index_banner_menuR_L_menu_i.on::after {
    background: #21F3F6;
}


/*02*/

.index_banner_menuR2 .index_banner_menuR_L {
    width: 235px;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu {
    margin-bottom: 11px;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu_t {
    cursor: default;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    margin-bottom: 20px;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu_i {
    cursor: pointer;
    width: 120px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #B7B6B6;
    font-size: 12px;
    color: #d6d6d6;
    margin-bottom: 20px;
    margin-left: 17px;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu_i.on {
    border: 1px solid #21F3F6;
    color: #21f3f6;
}


/*03-04-05-06-07*/

.index_banner_menuR3,
.index_banner_menuR4,
.index_banner_menuR5,
.index_banner_menuR6,
.index_banner_menuR7 {
    width: 430px;
    padding: 40px 0 0 70px;
}


/*产品列表------------*/

.index_module {
    width: 1200px;
    margin: 10px auto 0;
    overflow: hidden;
}

.index_module_ul {
    width: 1200px;
    margin-top: 40px;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/*快速进入*/

.index_module_li_on {
    width: 280px;
    height: 260px;
    background: #ffffff;
    margin-bottom: 25px;
}

.index_module_li_on_T {
    font-size: 24px;
    color: #000000;
    line-height: 24px;
}

.index_module_li_on .module_text01 {
    width: 100%;
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px auto 40px;
}

.index_module_li_on .module_text02 {
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 18px;
}

.index_module_li_on .module_text03 {
    color: #29becb;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    position: relative;
    cursor: pointer;
}


/**/

.index_module_li {
    width: 280px;
    height: 260px;
    background: #ffffff;
    margin-bottom: 25px;
}

.index_module_li_T {
    font-size: 24px;
    color: #000000;
    line-height: 24px;
}

.index_module_li .module_text01 {
    width: 100%;
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 22px;
}

.index_module_li .module_text02 {
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 18px;
    color: #333333;
}

.index_module_li .module_text03 {
    width: 85%;
    margin: 16px auto 0;
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*-------------------------------响应式------------------------------------*/

.index_banner_menuL::-moz-scrollbar {
    width: 0.104167vw;
    height: 0.52083vw;
}

.index_banner_menuL::-o-scrollbar {
    width: 0.104167vw;
    height: 0.52083vw;
}

.index_banner_menuL::-webkit-scrollbar {
    width: 0.104167vw;
    height: 0.52083vw;
}

.index_banner_menuL::-moz-scrollbar {
    width: 0.104167vw;
    height: 0.52083vw;
}


/*定义滚动条轨道 内阴影+圆角*/

.index_banner_menuL::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3125vw #8599C0;
    border-radius: 0.52083vw;
}


/*定义滑块 内阴影+圆角*/

.index_banner_menuL::-moz-scrollbar-thumb {
    border-radius: 0.52083vw;
    -webkit-box-shadow: inset 0 0 0.3125vw #8599C0;
}

.index_banner_menuL::-o-scrollbar {
    width: 0.1042vw;
    height: 0.52083vw;
}


/*定义滚动条轨道 内阴影+圆角*/

.index_banner_menuL::-o-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3125vw #8599C0;
    border-radius: 0.52083vw;
}


/*定义滑块 内阴影+圆角*/

.index_banner_menuL::-o-scrollbar-thumb {
    border-radius: 0.52083vw;
    -webkit-box-shadow: inset 0 0 0.3125vw #8599C0;
}

.index_banner_menuL::-webkit-scrollbar {
    width: 0.104167vw;
    height: 0.52083vw;
}


/*定义滚动条轨道 内阴影+圆角*/

.index_banner_menuL::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3125vw #8599C0;
    border-radius: 0.52083vw;
}


/*定义滑块 内阴影+圆角*/

.index_banner_menuL::-webkit-scrollbar-thumb {
    border-radius: 0.52083vw;
    -webkit-box-shadow: inset 0 0 0.3125vw #8599C0;
}


/*输入框提示的样式*/

.searchXuqiu input::placeholder {
    font-size: 0.83333vw;
}


/*第一屏*/

.index_slideTxtBox {
    left: 0;
    top: 0;
    width: 100%;
    height: 36vw;
    position: absolute;
	z-index:-1;
}
.GatheringHosted_banner{
	display: flex;
    justify-content: center;
}

.index_slideTxtBox .tempWrap {
    width: 100% !important;
    height: 100%;
    z-index: -1;
}

.index_slideTxtBox .hd {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.index_slideTxtBox .hd ul {
    height: 3.125vw;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
}

.index_slideTxtBox .hd li {
    margin: 0 0.52083vw 0;
    width: 0.78125vw;
    height: 0.260417vw;
    border-radius: 0.52083vw;
}

.index_slideTxtBox .hd li:first-child {
    margin-left: 0.52083vw;
}


.index_banner_menu {
    left: 11.5625vw;
    top: 0.83333vw;
    z-index: 1;
    width: auto;
    height: 31.0417vw;
    position: absolute;
    display: flex;
}

.index_banner_menuL {
    width: 14.5833vw;
    height: 31.0417vw;
    overflow-y: auto;
}

.index_banner_menuL_li {
    height: 3.07292vw;
    margin: 1.3021vw 1.0417vw 0 1.0417vw;
    width: 12.5vw;
}

.index_banner_menuL_li_title {
    font-size: 0.78125vw;
    line-height: 0.78125vw;
}

.index_banner_menuL_li_Introduction {
    justify-content: flex-start;
}

.index_banner_menuL_li_Introduction div {
    margin-top: 0.78125vw;
    font-size: 0.6771vw;
    padding-right: 0.83333vw;
    margin-right: 0.83333vw;
}

.index_banner_menuL_li_Introduction div:last-child {
    margin-right: 0;
    padding-right: 0
}

.index_banner_menuL_li_Introduction.on div {
    max-width: 100%;
}


/*给index_banner_menuL_li_Introduction列表加on来标注下面只有一个div 所以添加最大属性*/

.index_banner_menuL_li.on {
    padding: 1.3021vw 1.0417vw 0 1.0417vw;
    margin: 0;
    height: 3.07292vw;
}


/*给index_banner_menuL_li加悬浮属性*/

.index_banner_menuR_L .index_banner_menuR_L_menu_t {
    font-size: 0.7292vw;
    line-height: 0.7292vw;
    margin-bottom: 1.4063vw;
}

.index_banner_menuR {
    width: 29.4375vw;
    height: 28.9583vw;
    padding: 2.08333vw 0 0 2.6042vw;
}

.index_banner_menuR .index_banner_menuR_R {
    width: 15.19789vw;
}

.index_banner_menuR .index_banner_menuR_R div {
    font-size: 0.7292vw;
    line-height: 0.7292vw;
    margin-bottom: 1.4063vw;
}

.index_banner_menuR .index_banner_menuR_R div span {
    font-size: 0.7292vw;
    margin-left: 0.625vw;
    line-height: 0.7292vw;
}

.index_banner_menuR .index_banner_menuR_L div span {
    font-size: 0.7292vw;
    margin-left: 0.625vw;
    line-height: 0.7292vw;
    color: #feaa1f;
}


/*菜单类型*/


/*01*/

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_t {
    font-size: 0.7292vw;
    line-height: 0.7292vw;
    margin-bottom: 1.4063vw;
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_i {
    font-size: 0.625vw;
    line-height: 1.7188vw;
    margin-left: 0.8854vw;
    text-indent: 0.78125vw;
}

.index_banner_menuR1 .index_banner_menuR_L .index_banner_menuR_L_menu_i::after {
    width: 0.2083vw;
    height: 0.2083vw;
    left: 0;
    top: 0.78125vw;
}


/*02*/

.index_banner_menuR2 .index_banner_menuR_L {
    width: 12.2396vw;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu {
    margin-bottom: 0.5729vw;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu_t {
    font-size: 0.7292vw;
    line-height: 0.7292vw;
    margin-bottom: 1.0417vw;
}

.index_banner_menuR2 .index_banner_menuR_L .index_banner_menuR_L_menu_i {
    height: 1.3021vw;
    line-height: 1.3021vw;
    font-size: 0.625vw;
    margin-bottom: 1.0417vw;
    margin-left: 0.8854vw;
}


/*03-04-05-06-07*/

.index_banner_menuR3,
.index_banner_menuR4,
.index_banner_menuR5,
.index_banner_menuR6,
.index_banner_menuR7 {
    width: 29.3958vw;
    padding: 2.08333vw 0 0 3.6458vw;
}


/*产品列表------------*/

.index_module {
    width: 62.5vw;
    margin: 0.52083vw auto 0;
}

.index_module_ul {
    width: 62.5vw;
    margin-top: 2.0833vw;
    margin-bottom: 1.8229vw;
}


/*快速进入*/

.index_module_li_on {
    width: 14.5833vw;
    height: 13.5417vw;
    margin-bottom: 1.3021vw;
}

.index_module_li_on_T {
    font-size: 1.25vw;
    line-height: 1.25vw;
}

.index_module_li_on .module_text01 {
    width: 100%;
    height: 5.8854vw;
    margin: 1.6667vw auto 2.08333vw;
}

.index_module_li_on .module_text01 img {}

.index_module_li_on .module_text02 {
    line-height: 0.83333vw;
    font-size: 0.83333vw;
    margin-bottom: 0.9375vw;
}

.index_module_li_on .module_text03 {
    font-size: 0.625vw;
    line-height: 0.625vw;
}


/**/

.index_module_li {
    width: 14.5833vw;
    height: 13.5417vw;
    margin-bottom: 1.3021vw;
    cursor: pointer;
}

.index_module_li_T {
    font-size: 1.25vw;
    line-height: 1.25vw;
}

.index_module_li .module_text01 {
    width: 100%;
    height: 5.8854vw;
    margin: 1.0417vw auto 1.1458vw;
}

.index_module_li .module_text01 img {}

.index_module_li .module_text02 {
    line-height: 0.83333vw;
    font-size: 0.83333vw;
    margin-bottom: 0.9375vw;
}

.inde